ScriptValue<T> Class Members
In This Topic
The following tables list the members exposed by ScriptValue<T>.
Public Properties
| Name | Description |
| Expression | Gets or sets an expression used to calculate value of this ScriptValue. Setting this value forces IsExpression to true. |
| IsExpression | Gets or sets a value indicating whether the current ScriptValue is specified as an expression. |
| Value | Gets or sets a value of this ScriptValue. Settings this value forces IsExpression to false. |
| ValueAsString | |
Top
Public Methods
| Name | Description |
| AssignFrom | Assigns (copies) properties from another ScriptValue to the current object. |
| ToString | |
Top
Public Operators
See Also